home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
C
/
Utilities
/
Ph 1.1.1
/
PhClient
/
abou.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-03-16
|
327 b
|
12 lines
|
[
TEXT/MPS
]
/*______________________________________________________________________
abou.h - About Box Interface.
_____________________________________________________________________*/
#ifndef __abou__
#define __abou__
extern Boolean abou_DoCommand (WindowPtr top, short theMenu, short theItem);
extern void abou_Init (void);
#endif